Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

334
Views
how to Import "XferMgrProgress" in Aws S3 java sdk

I am trying to use TransferManager in Aws s3 following this guide from AWS documentation. However, I am not able to find the class XferMgrProgress. I tried searching for the class, but couldn't find any maven dependency for it.

Seems like this class is not available in S3 package of java SDK version I am using or we need to write our own class but this doesn't explain why AWS would show some our own class the example.

My current maven dependency is

        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-java-sdk</artifactId>
            <version>1.11.741</version>
        </dependency>

Edit

I have found the source code of file here and copies it for now as a word around. However, it seems like it's a non-standard class and used only in one of the examples of AWS. But I am not sure why it is not part of standard SDK, after all, it's some pretty cool stuff.

However, if anyone of you finds it's maven dependency, it will be a great help.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Yes, it is indeed a class used in an example by AWS and found in package package AWS.example.s3;. It is not included in the standard S3 library which I don't know why. It is a cool class and provides a view regarding the progress of upload/ download. It could have been useful to people.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!